This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Naomi Kivelutherikle 23.Jan.04 08:50 PM a Web browser Domino Designer6.0.1 CF2Windows 2000
Hi, I have setup Axis on the Domino server as indicated in the LDD Today article by Ken Yee. I am not doing the Amazon sample, but I am using my own WSDL. Everything works if I run it in an IDE, but on the Domino Server it doesn't. I have copied over the Axis files to \jvm\lib\ext and placed crimson.jar in the JavaUserClasses line. Here is the error I am receiving:
01/23/2004 03:33:37 PM HTTP JVM: com.spx.provisioning.domino.agents.ProvisionException: The following error occurred: client-config.wsdd
java.lang.SecurityException: client-config.wsdd
at lotus.notes.AgentSecurityManager.checkRead(Unknown Source)
at java.io.File.canRead(File.java:519)
at org.apache.axis.configuration.FileProvider.check(FileProvider.java:147)
at org.apache.axis.configuration.FileProvider.<init>(FileProvider.java:115)
at org.apache.axis.configuration.EngineConfigurationFactoryDefa■N=Notes3/O=SPXLocalDev
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProxy.sendResponse(ProvisionResponseProxy.java:123)
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProcessor.sendResponseToService(ProvisionResponseProcessor.java:42)
01/23/2004 03:33:37 PM HTTP JVM: at com.spx.provisioning.domino.agents.ProvisionResponseProcessor.sendResponses(ProvisionResponseProcessor.java:25)
01/23/2004 03:33:37 PM HTTP JVM: at JavaAgent.NotesMain(JavaAgent.java:30)
01/23/2004 03:33:37 PM HTTP JVM: at lotus.domino.AgentBase.runNotes(Unknown Source)
01/23/2004 03:33:37 PM HTTP JVM: at lotus.domino.NotesThread.run(NotesThread.java:208)